DataCollection | ComponentOne
C1.Android.DataCollection Assembly / C1.Android.DataCollection Namespace / C1RecyclerViewAdapter<T> Class / C1RecyclerViewAdapter<T> Constructor
The data collection.

In This Topic
    C1RecyclerViewAdapter<T> Constructor
    In This Topic
    Initializes a new instance of the C1RecyclerViewAdapter<T> class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal dataCollection As IDataCollection(Of T) _
    )
    public C1RecyclerViewAdapter<T>( 
       IDataCollection<T> dataCollection
    )

    Parameters

    dataCollection
    The data collection.
    See Also